presentation
Interface MatchInterface
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Match
public interface MatchInterface
- extends java.rmi.Remote
createMatch
boolean createMatch(int idDomicile,
int idVisiteur,
java.lang.String scoreDomicile,
java.lang.String scoreVisiteur,
int idChampionnat)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getScoreEquipeDomicile
java.lang.String getScoreEquipeDomicile()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getScoreEquipeVisiteur
java.lang.String getScoreEquipeVisiteur()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getIdVisiteur
int getIdVisiteur()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getIdDomicile
int getIdDomicile()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException